From 4c06d08e2d6cf4790af38fb2c40be36e65535f77 Mon Sep 17 00:00:00 2001 From: =?utf8?q?=D0=A0=D1=83=D1=81=D0=BB=D0=B0=D0=BD=20=D0=98=D0=B6=D0=B1?= =?utf8?q?=D1=83=D0=BB=D0=B0=D1=82=D0=BE=D0=B2?= Date: Mon, 4 May 2015 17:18:35 +0000 Subject: [PATCH] W32: Add a mapping for "left_ptr_watch" cursor This is purely to support gdk_cursor_new_from_name(). In particular, its counterpart, gdk_cursor_new_for_display(), will not be affected, because there's no GDK_LEFT_PTR_WATCH cursor type, and because i don't have a fallback cursor bitmask for gdk/win32/xcursors.h --- gdk/win32/gdkcursor-win32.c | 1 + 1 file changed, 1 insertion(+) diff --git a/gdk/win32/gdkcursor-win32.c b/gdk/win32/gdkcursor-win32.c index e582a14b3a..c88d899000 100644 --- a/gdk/win32/gdkcursor-win32.c +++ b/gdk/win32/gdkcursor-win32.c @@ -187,6 +187,7 @@ static struct { #endif { "help", IDC_HELP }, { "ibeam", IDC_IBEAM }, + { "left_ptr_watch", IDC_APPSTARTING }, { "sizeall", IDC_SIZEALL }, { "sizenesw", IDC_SIZENESW }, { "sizens", IDC_SIZENS }, -- 2.30.2